@media screen and (max-width: 800px) {
  .phone-bottom {
    height: 42px;
    width: 100%;
    background-color: #00b0ff;
    left: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .phone-bottom div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phone-bottom div a {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    color: white;
  }
  .address {
    padding-top: 20px;
    padding-left: 10px;
  }
  .address p {
    font-size: 0.8rem !important;
    line-height: 150%;
  }
  .address p b {
    display: block;
  }
  .gzserch {
    background-color: transparent !important;
  }
  .searchbtn {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-row-gap: 10px;
    grid-column-gap: 4px;
  }
  .searchbtn a {
    border-radius: 8px !important;
    display: block;
    text-align: center;
    min-height: 30px;
  }
  body {
    padding-bottom: 40px;
  }
  .id_or_link {
    width: auto;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
    width: 100%;
  }
  .phone > .container > .record {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .record > div {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    border-bottom: 1px white dashed;
  }
  .record > div > label {
    min-width: 70px;
  }
  .record > div > span {
    word-wrap: break-word;
    max-width: 85%;
  }
  .phone span {
    overflow-wrap: break-word;
  }
  .cam-detail img {
    width: 600px;
  }
}
@media screen and (min-width: 800px) {
  .phone-bottom {
    display: none;
  }
  .address {
    padding-left: 100px;
  }
  .address p {
    padding: 30px 0;
    color: #666;
    font-size: 13.6px;
    line-height: 200%;
  }
  .id_or_link {
    width: 100%;
  }
  .pc {
    display: ruby;
  }
  .phone {
    display: none;
  }
  .cam-detail img {
    width: 300px;
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background-color: #0288d1;
}

.down {
  margin-top: 12px;
}

.icon {
  flex-shrink: 0;
  width: auto;
  height: 2rem;
  color: #0277bd;
}

.home-media {
  display: flex;
  gap: 10px;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.09) !important;
}

body {
  background-color: #e1f5fe;
}
body .f-continer {
  margin: 0 auto;
  width: 80%;
}
body header {
  background-color: #03a9f4;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
body .navbar {
  background-color: #e1f5fe;
}
body footer {
  margin-top: 12px;
  padding: 12px;
  background-color: #0288d1;
}
body footer * {
  color: white !important;
}

p {
  font-size: 14px;
}

.f-discount tr td:first-child {
  height: 30px;
  text-align: left;
}
